home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / online / fidonetts / 3csrc.lzh / 3readme.src < prev    next >
Text File  |  1992-04-25  |  1KB  |  27 lines

  1. Archive contents:
  2.  
  3. 3mail.h       type 3 ASCII include file
  4. 3mailin.c     type 3 ASCII reading functions
  5. 3mailout.c    type 3 ASCII writing functions
  6. 3readme.src   this file
  7. 3supp.c       type 3 ASCII support functions
  8. 3testout.c    sample packet writing (made SAMPLE.3KT)
  9. 3to2.c        type 3 ASCII -> type 2 translator
  10. 3to2.mak      make file for above
  11. 3viewpkt.c    type 3 ASCII packet viewer
  12. 3viewpkt.mak  make file for above
  13.  
  14. This source, while it works, has not been optimized.  It should be
  15. possible to use in-memory buffers instead of reading each header line
  16. separately and increase speed considerably (by cutting down on system
  17. calls for disk i/o).  It was written for and compiled with MSC 6.0a.
  18. There are some compiler dependencies (notably the disk i/o; I run under
  19. OS/2 and hate stream i/o as it seems to hate multitaskers).  Should be
  20. simple to convert; replace sopen with fopen, close with fclose, int
  21. handles with FILE *handles, etc.
  22.  
  23. Notice that at no time did my hand leave my sleeve.
  24.  
  25.  
  26. Mark
  27.